From 54dbcdabfcf655ae3945a3e2e1842b5e2839d0df Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 28 Feb 2002 10:15:55 +0000 Subject: [PATCH] beautified configure --help output. 2002-02-28 Sven Neumann * configure.in: beautified configure --help output. --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ configure.in | 12 ++++++------ 8 files changed, 34 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 615ffef1bf..7a6e6c246d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-02-28 Sven Neumann + + * configure.in: beautified configure --help output. + 2002-02-28 Tor Lillqvist * gdk/win32/Makefile.am: Move bdfcursor.c from diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 615ffef1bf..7a6e6c246d 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2002-02-28 Sven Neumann + + * configure.in: beautified configure --help output. + 2002-02-28 Tor Lillqvist * gdk/win32/Makefile.am: Move bdfcursor.c from diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 615ffef1bf..7a6e6c246d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2002-02-28 Sven Neumann + + * configure.in: beautified configure --help output. + 2002-02-28 Tor Lillqvist * gdk/win32/Makefile.am: Move bdfcursor.c from diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 615ffef1bf..7a6e6c246d 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2002-02-28 Sven Neumann + + * configure.in: beautified configure --help output. + 2002-02-28 Tor Lillqvist * gdk/win32/Makefile.am: Move bdfcursor.c from diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 615ffef1bf..7a6e6c246d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2002-02-28 Sven Neumann + + * configure.in: beautified configure --help output. + 2002-02-28 Tor Lillqvist * gdk/win32/Makefile.am: Move bdfcursor.c from diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 615ffef1bf..7a6e6c246d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2002-02-28 Sven Neumann + + * configure.in: beautified configure --help output. + 2002-02-28 Tor Lillqvist * gdk/win32/Makefile.am: Move bdfcursor.c from diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 615ffef1bf..7a6e6c246d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2002-02-28 Sven Neumann + + * configure.in: beautified configure --help output. + 2002-02-28 Tor Lillqvist * gdk/win32/Makefile.am: Move bdfcursor.c from diff --git a/configure.in b/configure.in index f57852ad06..32727570d5 100644 --- a/configure.in +++ b/configure.in @@ -548,7 +548,7 @@ AC_SUBST(GDK_WLIBS) AC_MSG_CHECKING(whether to build gmodulized gdk-pixbuf) -AC_ARG_ENABLE(modules, [ --disable-modules Disables dynamic module loading],[ +AC_ARG_ENABLE(modules, [ --disable-modules disable dynamic module loading],[ if test x$withval = xyes; then with_modules=yes else @@ -594,9 +594,9 @@ fi dnl We allow people to disable image loaders explicitely, but if they don't we error dnl out so that people don't accidentally build without them. -AC_ARG_WITH(libpng, [ --without-libpng Disable PNG loader for gdk-pixbuf]) -AC_ARG_WITH(libjpeg, [ --without-libjpeg Disable JPEG loader for gdk-pixbuf]) -AC_ARG_WITH(libtiff, [ --without-libtiff Disable TIFF loader for gdk-pixbuf]) +AC_ARG_WITH(libpng, [ --without-libpng disable PNG loader for gdk-pixbuf]) +AC_ARG_WITH(libjpeg, [ --without-libjpeg disable JPEG loader for gdk-pixbuf]) +AC_ARG_WITH(libtiff, [ --without-libtiff disable TIFF loader for gdk-pixbuf]) dnl Test for libtiff if test x$with_libtiff != xno && test -z "$LIBTIFF"; then @@ -700,7 +700,7 @@ AM_CONDITIONAL(BUILD_DYNAMIC_MODULES, $dynworks) # AC_MSG_CHECKING(pixbuf loaders to build) -AC_ARG_WITH(included_loaders, [ --with-included-loaders=LOADER1,LOADER2,... Build the specified loaders into gdk-pixbuf (only used if module loading disabled)]) +AC_ARG_WITH(included_loaders, [ --with-included-loaders=LOADER1,LOADER2,... build the specified loaders into gdk-pixbuf (only used if module loading disabled)]) if $dynworks; then : @@ -1190,7 +1190,7 @@ AC_CHECK_PROG(DB2HTML, db2html, true, false) AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML) dnl Let people disable the gtk-doc stuff. -AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc Use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto) +AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto) if test x$enable_gtk_doc = xauto ; then if test x$GTKDOC = xtrue ; then -- 2.30.2